A comment is written for the human reader and is ignored by the computer.
A program is easiest to maintain if it is understandable by humans, and comments aid the human in understanding the program.
Think of a program as an essay that describes how to solve a problem, and that essay is a combination of code and comments.
